home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 March / PCWMAR09.iso / Software / Resources / Optimisation & Diagnostics / FULL - Iolo Search and Recover 5 / SearchAndRecover.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-05-19  |  48.3 KB  |  377 lines

  1. ;InnoSetupVersion=5.2.0
  2. [Setup]
  3. AppName=Search and Recover
  4. AppVerName=Search and Recover 5.0.2
  5. AppId=D56C7EAB-BEE6-4D51-86CF-419FFC07FF11
  6. AppVersion=5.0.2
  7. AppPublisher=iolo technologies, LLC
  8. AppPublisherURL=http://www.iolo.com
  9. AppComments=Copyright 1998-2006 iolo technologies, LLC
  10. DefaultDirName={code:GetSMProDir}
  11. DefaultGroupName=Search and Recover
  12. UninstallDisplayIcon={app}\SearchAndRecover.exe
  13. UninstallDisplayName=iolo technologies' Search and Recover
  14. OutputBaseFilename=in
  15. Compression=lzma
  16. ArchitecturesAllowed=x86
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{tmp}\tmpinstupg.xml"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  22. Source: "{tmp}\Aquarius.dll"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  23. Source: "{tmp}\LMResource.dll"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  24. Source: "{pf}\iolo\Common\Lib\Antila.dll"; DestDir: "{pf}\iolo\Common\Lib"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace sharedfile overwritereadonly uninsrestartdelete 
  25. Source: "{pf}\iolo\Common\Lib\LMResource.dll"; DestDir: "{pf}\iolo\Common\Lib"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace sharedfile overwritereadonly uninsrestartdelete 
  26. Source: "{pf}\iolo\Common\Lib\Aquarius.dll"; DestDir: "{pf}\iolo\Common\Lib"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace sharedfile overwritereadonly uninsrestartdelete 
  27. Source: "{code_GetSRDir}\SearchAndRecover,1.exe"; DestDir: "{code:GetSRDir}"; DestName: "SearchAndRecover.exe"; Check: "not GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly uninsrestartdelete 
  28. Source: "{code_GetSRDir}\DriveImageService,1.exe"; DestDir: "{code:GetSRDir}"; DestName: "DriveImageService.exe"; Check: "not GetRepairMode"; BeforeInstall: "RemoveDriveImage"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly uninsrestartdelete 
  29. Source: "{code_GetSRDir}\StreamServer,1.exe"; DestDir: "{code:GetSRDir}"; DestName: "StreamServer.exe"; Check: "not GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly uninsrestartdelete 
  30. Source: "{code_GetSRDir}\FileTerminator,1.dll"; DestDir: "{code:GetSRDir}"; DestName: "FileTerminator.dll"; Check: "not GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly uninsrestartdelete 
  31. Source: "{code_GetSRDir}\srdll,1.dll"; DestDir: "{code:GetSRDir}"; DestName: "srdll.dll"; Check: "not GetRepairMode"; MinVersion: 0.0,5.0; Flags: restartreplace comparetimestamp overwritereadonly uninsrestartdelete ignoreversion 
  32. Source: "{code_GetSRDir}\srhtml,1.dll"; DestDir: "{code:GetSRDir}"; DestName: "srhtml.dll"; Check: "not GetRepairMode"; MinVersion: 0.0,5.0; Flags: restartreplace comparetimestamp overwritereadonly uninsrestartdelete ignoreversion 
  33. Source: "{code_GetSRDir}\mediatypes,1.xml"; DestDir: "{code:GetSRDir}"; DestName: "mediatypes.xml"; Check: "not GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: comparetimestamp overwritereadonly ignoreversion 
  34. Source: "{code_GetSRDir}\Search and Recover Order Form,1.txt"; DestDir: "{code:GetSRDir}"; DestName: "Search and Recover Order Form.txt"; Check: "not GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: comparetimestamp overwritereadonly ignoreversion 
  35. Source: "{tmp}\srupdatewarning.jpg"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  36. Source: "{code_GetSRDir}\Search_and_Recover,1.chm"; DestDir: "{code:GetSRDir}"; DestName: "Search_and_Recover.chm"; Check: "not GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace comparetimestamp overwritereadonly uninsrestartdelete ignoreversion 
  37. Source: "{code_GetSRDir}\Lib\APALibraries,1.dll"; DestDir: "{code:GetSRDir}\Lib"; DestName: "APALibraries.dll"; Check: "not GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace comparetimestamp overwritereadonly uninsrestartdelete ignoreversion 
  38. Source: "{code_GetSRDir}\Lib\SupportedTypes,1.dll"; DestDir: "{code:GetSRDir}\Lib"; DestName: "SupportedTypes.dll"; Check: "not GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace comparetimestamp overwritereadonly uninsrestartdelete ignoreversion 
  39. Source: "{sys}\drivers\filedisk,1.sys"; DestDir: "{sys}\drivers"; DestName: "filedisk.sys"; Check: "not GetRepairMode"; Flags: restartreplace sharedfile overwritereadonly uninsrestartdelete 
  40. Source: "{code_GetSRDir}\SearchAndRecover,2.exe"; DestDir: "{code:GetSRDir}"; DestName: "SearchAndRecover.exe"; Check: "GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  41. Source: "{code_GetSRDir}\DriveImageService,2.exe"; DestDir: "{code:GetSRDir}"; DestName: "DriveImageService.exe"; Check: "GetRepairMode"; BeforeInstall: "RemoveDriveImage"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  42. Source: "{code_GetSRDir}\FileTerminator,2.dll"; DestDir: "{code:GetSRDir}"; DestName: "FileTerminator.dll"; Check: "GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  43. Source: "{code_GetSRDir}\streamserver,2.exe"; DestDir: "{code:GetSRDir}"; DestName: "streamserver.exe"; Check: "GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  44. Source: "{code_GetSRDir}\srdll,2.dll"; DestDir: "{code:GetSRDir}"; DestName: "srdll.dll"; Check: "GetRepairMode"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  45. Source: "{code_GetSRDir}\srhtml,2.dll"; DestDir: "{code:GetSRDir}"; DestName: "srhtml.dll"; Check: "GetRepairMode"; MinVersion: 0.0,5.0; Flags: restartreplace comparetimestamp overwritereadonly uninsrestartdelete ignoreversion 
  46. Source: "{code_GetSRDir}\mediatypes,2.xml"; DestDir: "{code:GetSRDir}"; DestName: "mediatypes.xml"; Check: "GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  47. Source: "{code_GetSRDir}\Search and Recover Order Form,2.txt"; DestDir: "{code:GetSRDir}"; DestName: "Search and Recover Order Form.txt"; Check: "GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  48. Source: "{pf}\iolo\Common\Lib\ioloLManager.exe"; DestDir: "{pf}\iolo\Common\Lib"; MinVersion: 0.0,6.0; Flags: sharedfile overwritereadonly 
  49. Source: "{code_GetSRDir}\Search_and_Recover,2.chm"; DestDir: "{code:GetSRDir}"; DestName: "Search_and_Recover.chm"; Check: "GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  50. Source: "{code_GetSRDir}\Lib\APALibraries,2.dll"; DestDir: "{code:GetSRDir}\Lib"; DestName: "APALibraries.dll"; Check: "GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  51. Source: "{code_GetSRDir}\Lib\SupportedTypes,2.dll"; DestDir: "{code:GetSRDir}\Lib"; DestName: "SupportedTypes.dll"; Check: "GetRepairMode"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace overwritereadonly ignoreversion 
  52. Source: "{sys}\drivers\filedisk,2.sys"; DestDir: "{sys}\drivers"; DestName: "filedisk.sys"; Check: "GetRepairMode"; Flags: restartreplace overwritereadonly ignoreversion 
  53. Source: "{tmp}\IRestartStub.exe"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  54. Source: "{tmp}\setacl.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall ignoreversion 
  55. Source: "{tmp}\installhelper.dll"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  56. Source: "{pf}\iolo\Common\Lib\uninst.dll"; DestDir: "{pf}\iolo\Common\Lib"; AfterInstall: "AfterLongFileInstall"; MinVersion: 0.0,5.0; Flags: restartreplace sharedfile overwritereadonly uninsrestartdelete 
  57. Source: "{pf}\iolo\Common\Lib\ioloCFConfig.xml"; DestDir: "{pf}\iolo\Common\Lib"; MinVersion: 0.0,5.0; Flags: sharedfile comparetimestamp ignoreversion 
  58. Source: "{pf}\iolo\Common\Lib\ioloServiceManager.exe"; DestDir: "{pf}\iolo\Common\Lib"; BeforeInstall: "SvcMgrStop"; AfterInstall: "SvcMgrLocaleVerification"; Flags: restartreplace sharedfile overwritereadonly uninsrestartdelete 
  59. Source: "{pf}\iolo\Common\Lib\ioloDMVSvc.exe"; DestDir: "{pf}\iolo\Common\Lib"; Flags: restartreplace sharedfile overwritereadonly uninsrestartdelete 
  60. Source: "{app}\libeay32.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: restartreplace comparetimestamp overwritereadonly ignoreversion 
  61. Source: "{app}\ssleay32.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: restartreplace comparetimestamp overwritereadonly ignoreversion 
  62. Source: "{tmp}\iwbr.dll"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  63. Source: "{tmp}\locked_solid.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  64. Source: "{tmp}\accepted_cards.bmp"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  65. Source: "{tmp}\ioloInstallerUpdate.dll"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  66. Source: "{tmp}\INETMIB1.DLL"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  67. Source: "{sys}\int13ext.vxd"; DestDir: "{sys}"; Check: "not GetRepairMode"; MinVersion: 0.0,5.0; OnlyBelowVersion: 0.0,4.0; Flags: restartreplace sharedfile comparetimestamp overwritereadonly uninsrestartdelete ignoreversion 
  68. Source: "{sys}\unicows.dll"; DestDir: "{sys}"; Check: "not GetRepairMode"; MinVersion: 0.0,5.0; OnlyBelowVersion: 0.0,4.0; Flags: restartreplace sharedfile overwritereadonly uninsrestartdelete 
  69. Source: "{sys}\elrawdsk.sys"; DestDir: "{sys}"; MinVersion: 0.0,6.0; Flags: restartreplace onlyifdoesntexist 
  70. [Dirs]
  71. Name: "{code:GetSRDir}\Lib"; Flags: uninsalwaysuninstall 
  72. Name: "{pf}\iolo"; 
  73. Name: "{pf}\iolo\Common"; 
  74. Name: "{pf}\iolo\Common\Lib"; 
  75. Name: "{app}\WebUpdate"; 
  76. Name: "{app}\WebUpdate"; 
  77. Name: "{commonappdata}\iolo"; 
  78. Name: "{commonappdata}\iolo"; 
  79. [Registry]
  80. Root: HKLM; Subkey: "Software\Iolo\Installed Products\{{D56C7EAB-BEE6-4D51-86CF-419FFC07FF11}"; ValueName: "Version"; ValueType: String; ValueData: "5.0.2.1"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty 
  81. Root: HKCU; Subkey: "Software\iolo\Search and Recover"; MinVersion: 0.0,5.0; Flags: uninsdeletekeyifempty 
  82. Root: HKCU; Subkey: "Software\iolo\Search and Recover"; ValueName: "AppPath"; ValueType: String; ValueData: "{code:GetSRDir}\SearchAndRecover.exe"; Check: "not GetWebUpdateMode"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue 
  83. Root: HKLM; Subkey: "Software\iolo\Search and Recover"; MinVersion: 0.0,5.0; Flags: uninsdeletekeyifempty 
  84. Root: HKLM; Subkey: "Software\iolo\Search and Recover"; MinVersion: 0.0,5.0; OnlyBelowVersion: 0.0,5.0; Flags: uninsdeletekeyifempty 
  85. Root: HKLM; Subkey: "Software\iolo\Search and Recover"; ValueName: "Version"; ValueType: String; ValueData: "5.0.2.1"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue 
  86. Root: HKLM; Subkey: "Software\iolo\Search and Recover"; ValueName: "AppPath"; ValueType: String; ValueData: "{code:GetSRDir}\SearchAndRecover.exe"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue 
  87. Root: HKLM; Subkey: "Software\iolo\Search and Recover"; ValueName: "Standard"; ValueType: Dword; ValueData: "$1"; Check: "not GetWebUpdateMode"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue 
  88. Root: HKLM; Subkey: "Software\iolo\Search and Recover"; ValueName: "Professional"; Check: "not GetWebUpdateMode"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue deletevalue dontcreatekey 
  89. Root: HKLM; Subkey: "Software\iolo\Search and Recover"; ValueName: "Mobile"; Check: "not GetWebUpdateMode"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue deletevalue dontcreatekey 
  90. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\FileDisk"; MinVersion: 0.0,5.0; Flags: uninsdeletekey 
  91. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\FileDisk"; MinVersion: 0.0,5.0; OnlyBelowVersion: 4.0,5.0; Flags: uninsdeletekey 
  92. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\FileDisk"; ValueName: "ErrorControl"; ValueType: Dword; ValueData: "$1"; 
  93. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\FileDisk"; ValueName: "Start"; ValueType: Dword; ValueData: "$1"; 
  94. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\FileDisk"; ValueName: "Type"; ValueType: Dword; ValueData: "$1"; 
  95. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\FileDisk\Parameters"; ValueName: "NumberOfDevices"; ValueType: Dword; ValueData: "$4"; 
  96. Root: HKCU; Subkey: "Software\iolo\Search and Recover"; ValueName: "Pos"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue dontcreatekey 
  97. Root: HKCU; Subkey: "Software\iolo\Search and Recover"; ValueName: "SMAppPath"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue dontcreatekey 
  98. Root: HKCU; Subkey: "Software\iolo\Search and Recover"; ValueName: "FirstRun"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue dontcreatekey 
  99. Root: HKCU; Subkey: "Software\iolo\Search and Recover"; ValueName: "Initialization"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue dontcreatekey 
  100. Root: HKCU; Subkey: "Software\iolo\Search and Recover"; ValueName: "Orig Installed"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue dontcreatekey 
  101. Root: HKCU; Subkey: "Software\iolo\Search and Recover"; ValueName: "Launch tool code"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue dontcreatekey 
  102. Root: HKCU; Subkey: "Software\iolo\Search and Recover\Advanced"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletekey dontcreatekey 
  103. Root: HKCU; Subkey: "Software\iolo\Search and Recover\communications"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletekey dontcreatekey 
  104. Root: HKCU; Subkey: "Software\iolo\Search and Recover\DiskImage"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletekey dontcreatekey 
  105. Root: HKCU; Subkey: "Software\iolo\Search and Recover\Hints"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletekey dontcreatekey 
  106. Root: HKCU; Subkey: "Software\iolo\Search and Recover\Options"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletekey dontcreatekey 
  107. Root: HKCU; Subkey: "Software\iolo\Search and Recover\Media Viewer Tool"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletekey dontcreatekey 
  108. Root: HKCU; Subkey: "Software\iolo\Search and Recover\Media Recovery"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletekey dontcreatekey 
  109. Root: HKCU; Subkey: "Software\iolo\Search and Recover\webupdate"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletekey dontcreatekey 
  110. Root: HKCR; Subkey: "CLSID\{{EBDF1F20-C829-1010-8233-0020AFCE97A9}"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletekey dontcreatekey 
  111. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "Search and Recover Drive Image Service"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue dontcreatekey 
  112. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\SearchAndRecover.exe"; ValueType: String; ValueData: "{code:GetSRDir}\SearchAndRecover.exe"; Check: "not GetWebUpdateMode"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty 
  113. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\DriveImageService.exe"; ValueType: String; ValueData: "{code:GetSRDir}\DriveImageService.exe"; Check: "not GetWebUpdateMode"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty 
  114. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\streamserver.exe"; ValueType: String; ValueData: "{code:GetSRDir}\streamserver.exe"; Check: "not GetWebUpdateMode"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue uninsdeletekeyifempty 
  115. Root: HKCU; Subkey: "Software\iolo"; MinVersion: 0.0,5.0; Flags: uninsdeletekeyifempty 
  116. Root: HKLM; Subkey: "Software\iolo"; MinVersion: 0.0,5.0; Flags: uninsdeletekeyifempty 
  117. Root: HKLM; Subkey: "Software\iolo"; MinVersion: 0.0,5.0; OnlyBelowVersion: 0.0,5.0; Flags: uninsdeletekeyifempty 
  118. Root: HKLM; Subkey: "Software\Iolo\Installed Products"; MinVersion: 0.0,5.0; Flags: uninsdeletekeyifempty dontcreatekey 
  119. Root: HKLM; Subkey: "Software\iolo"; ValueName: "ifr"; ValueType: Dword; ValueData: "$D"; MinVersion: 0.0,5.0; Flags: uninsdeletevalue deletevalue dontcreatekey 
  120. Root: HKLM; Subkey: "Software\iolo\Search and Recover"; ValueName: "Brand"; ValueType: String; ValueData: "{code:ObtainBrandID}"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode"; MinVersion: 0.0,5.0; Flags: createvalueifdoesntexist uninsdeletevalue 
  121. [Run]
  122. Filename: "{code:GetSRDir}\SearchAndRecover.exe"; WorkingDir: "{code:GetSRDir}"; Description: "{cm:LaunchProgram,Search and Recover}"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; Flags: postinstall skipifsilent nowait
  123. Filename: "{tmp}\setacl.exe"; Parameters: """MACHINE\Software\iolo\Search and Recover"" /registry /set S-1-1-0 /full /sid /r:cont /silent"; BeforeInstall: "Log(ExpandConstant('{cm:SettingPermissionsOnRegKey,HKEY_LOCAL_MACHINE\Software\iolo\Search and Recover}'))"; MinVersion: 0.0,5.0; OnlyBelowVersion: 4.0,5.0; Flags: skipifdoesntexist 
  124. Filename: "{tmp}\setacl.exe"; Parameters: """MACHINE\Software\iolo\Search and Recover"" /registry /set S-1-5-32-544 /full /sid /r:cont /silent"; BeforeInstall: "Log(ExpandConstant('{cm:SettingPermissionsOnRegKey,HKEY_LOCAL_MACHINE\Software\iolo\Search and Recover}'))"; MinVersion: 0.0,5.0; OnlyBelowVersion: 4.0,5.0; Flags: skipifdoesntexist 
  125. Filename: "{tmp}\setacl.exe"; Parameters: """SYSTEM\CurrentControlSet\Services\FileDisk"" /registry /set S-1-1-0 /full /sid /r:cont /silent"; BeforeInstall: "Log(ExpandConstant('{cm:SettingPermissionsOnRegKey,HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FileDisk}'))"; MinVersion: 0.0,5.0; OnlyBelowVersion: 4.0,5.0; Flags: skipifdoesntexist 
  126. Filename: "{tmp}\setacl.exe"; Parameters: """SYSTEM\CurrentControlSet\Services\FileDisk"" /registry /set S-1-5-32-544 /full /sid /r:cont /silent"; BeforeInstall: "Log(ExpandConstant('{cm:SettingPermissionsOnRegKey,HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FileDisk}'))"; MinVersion: 0.0,5.0; OnlyBelowVersion: 4.0,5.0; Flags: skipifdoesntexist 
  127. Filename: "{tmp}\setacl.exe"; Parameters: """SYSTEM\CurrentControlSet\Services\FileDisk\Parameters"" /registry /set S-1-1-0 /full /sid /r:cont /silent"; BeforeInstall: "Log(ExpandConstant('{cm:SettingPermissionsOnRegKey,HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FileDisk\Parameters}'))"; MinVersion: 0.0,5.0; OnlyBelowVersion: 4.0,5.0; Flags: skipifdoesntexist 
  128. Filename: "{tmp}\setacl.exe"; Parameters: """SYSTEM\CurrentControlSet\Services\FileDisk\Parameters"" /registry /set S-1-5-32-544 /full /sid /r:cont /silent"; BeforeInstall: "Log(ExpandConstant('{cm:SettingPermissionsOnRegKey,HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FileDisk\Parameters}'))"; MinVersion: 0.0,5.0; OnlyBelowVersion: 4.0,5.0; Flags: skipifdoesntexist 
  129. Filename: "{tmp}\setacl.exe"; Parameters: """MACHINE\Software\iolo"" /registry /set S-1-1-0 /full /sid /r:cont /silent"; BeforeInstall: "Log(ExpandConstant('{cm:SettingPermissionsOnRegKey,HKEY_LOCAL_MACHINE\Software\iolo}'))"; MinVersion: 0.0,5.0; OnlyBelowVersion: 4.0,5.0; Flags: skipifdoesntexist 
  130. Filename: "{tmp}\setacl.exe"; Parameters: """MACHINE\Software\iolo"" /registry /set S-1-5-32-544 /full /sid /r:cont /silent"; BeforeInstall: "Log(ExpandConstant('{cm:SettingPermissionsOnRegKey,HKEY_LOCAL_MACHINE\Software\iolo}'))"; MinVersion: 0.0,5.0; OnlyBelowVersion: 4.0,5.0; Flags: skipifdoesntexist 
  131. Filename: "{pf}\iolo\common\lib\ioloServiceManager.exe"; Parameters: "/install /silent"; StatusMsg: "Installing iolo Service Manager..."; Check: "SvcMgrNeedsInstallRun"; AfterInstall: "SvcMgrStart('{pf}\iolo\common\lib\ioloServiceManager.exe')"; MinVersion: 0.0,5.0; 
  132. [Icons]
  133. Name: "{group}\Search and Recover"; Filename: "{code:GetSRDir}\SearchAndRecover.exe"; WorkingDir: "{code:GetSRDir}"; Check: "not IsSuiteInstalled"; MinVersion: 0.0,5.0; 
  134. Name: "{group}\Search and Recover Help"; Filename: "{code:GetSRDir}\Search_and_Recover.chm"; Check: "not IsSuiteInstalled"; MinVersion: 0.0,5.0; 
  135. Name: "{group}\Search and Recover Order Form"; Filename: "{code:GetSRDir}\Search and Recover Order Form.txt"; Check: "not IsSuiteInstalled"; MinVersion: 0.0,5.0; 
  136. Name: "{userdesktop}\Search and Recover"; Filename: "{code:GetSRDir}\SearchAndRecover.exe"; WorkingDir: "{code:GetSRDir}"; Tasks: desktopicon; Check: "not IsSuiteInstalled"; MinVersion: 0.0,5.0; 
  137. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Search and Recover"; Filename: "{code:GetSRDir}\SearchAndRecover.exe"; WorkingDir: "{code:GetSRDir}"; Tasks: quicklaunchicon; Check: "not IsSuiteInstalled"; MinVersion: 0.0,5.0; 
  138. [Tasks]
  139. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; 
  140. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; Check: "not GetModifyMode AND not GetRepairMode AND not GetWebUpdateMode AND not WizardSilent"; MinVersion: 0.0,5.0; 
  141. [UninstallDelete]
  142. Type: filesandordirs; Name: "{code:GetSRDir}\Lib"; 
  143. Type: dirifempty; Name: "{code:GetSRDir}\Lib"; 
  144. Type: filesandordirs; Name: "{app}\WebUpdate"; 
  145. Type: dirifempty; Name: "{app}\Undo\Manual"; 
  146. Type: dirifempty; Name: "{app}\Undo\Temp"; 
  147. Type: dirifempty; Name: "{app}\Undo"; 
  148. Type: dirifempty; Name: "{app}"; 
  149. Type: dirifempty; Name: "{pf}\iolo\Common\Lib"; 
  150. Type: dirifempty; Name: "{pf}\iolo\Common"; 
  151. Type: dirifempty; Name: "{pf}\iolo"; 
  152. Type: dirifempty; Name: "{commonappdata}\iolo"; 
  153. Type: files; Name: "{%TEMP|{userappdata}}\iolowupd\*.tmp"; 
  154. Type: dirifempty; Name: "{%TEMP|{userappdata}}\iolowupd"; 
  155. [CustomMessages]
  156. en.NameAndVersion=%1 version %2
  157. en.AdditionalIcons=Additional icons:
  158. en.ProgramOnTheWeb=%1 on the Web
  159. en.UninstallProgram=Uninstall %1
  160. en.LaunchProgram=Launch %1
  161. en.AssocFileExtension=&Associate %1 with the %2 file extension
  162. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  163. en.NamedString_Help=Help
  164. en.MoreInfoStr=More Info
  165. en.CreateDesktopIcon=Create a &desktop icon
  166. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  167. en.SysReq_Win2kOrNewer=%1 can only be installed on systems with Windows 2000 or newer.
  168. en.SysReq_Shell32=%1 requires %2 version %3 or higher, contained in the Microsoft Internet Explorer 4 Shell Enhancements package. Would you like to learn more about this issue?
  169. en.SysReq_MSI=This product requires components from Microsoft Windows Installer update 1.1 or later. Would you like to learn more about this issue?
  170. en.SysReq_HTMLHelp=This product requires components from Microsoft HTML Help update 1.3 or later. Would you like to learn more about this issue?
  171. en.SysReq_IE6=To install and run %1, you first must have Internet Explorer %2 (or later) installed on your PC.%n%nMicrosoft's Web site offers free downloads of Internet Explorer.%n%nDo you want to open this Web site (an Internet connection is required) and proceed with the download now?%n%n* If you click Yes, Microsoft's download site will open in your Web browser. Follow the instructions on the site to complete the download of the latest version of Internet Explorer.%n%n* If you click No, %1 cannot be installed at this time. You can install the latest version of Internet Explorer at any time, and then restart this wizard to complete the installation of %1.
  172. en.SysReq_NotIE7=The current Beta build of %1 can not be installed%non systems where Beta version of InternetExplorer 7 was installed.
  173. en.SysReq_WinSock=To install and run iolo Firewall, you first must have Winsock %1 (or later) installed on your PC.%n%nMicrosoft's Web site offers free downloads of Internet Explorer.%n%nDo you want to open this Web site (an Internet connection is required) and proceed with the download now?%n%n* If you click Yes, Microsoft's download site will open in your Web browser. Follow the instructions on the site to complete the download of the latest version of Internet Explorer.%n%n* If you click No, iolo Firewall cannot be installed at this time. You can install the latest version of Winsock at any time, and then restart this wizard to complete the installation of iolo Firewall.
  174. en.SysReq_WMI=This product requires components from Windows Management Instrumentation (WMI). Would you like to learn more about this issue?
  175. en.SysReq_SmartVSD=%1 requires the file "%2" in order to operate properly.%n%nThis file was not found on your system.  Please consult your computer manufacturer for assistance.
  176. en.SetupAppRunningDetailEx=%1 setup has detected that the following components are running:%n%n%1%nClose these components now, and then click OK to continue the installation. Click Cancel to exit the installation.
  177. en.SetupAppRunningDetail=%1 setup has detected that the program is already running.%n%nClose the program now, and then click Yes to continue the installation. Click No to continue the installation immediately (a reboot will be required upon completion).
  178. en.SetupOlderThanInstal=You may not install an older version of %1 over a newer version.%n%nThe version you are installing is %2 while currently installed version was %3.
  179. en.SetupOnlyFixedDrives=The drive you selected is a remote drive. Please select another.
  180. en.SettingPermissionsOnDir=Setting permissions on directory: %1
  181. en.SettingPermissionsOnRegKey=Setting permissions on registry key: %1
  182. en.OSDetectionFailed=Failure Code: 323-A%n%nAn unexpected error was encountered while initializing %1.%n%nWould you like to learn more?
  183. en.SetupNewInstallAvailable=An important update to %1 has been downloaded and is ready to be installed.%n%nInstall now?
  184. en.UninstallThenAutoStart=Would you like to automatically resume this installation after uninstallation is complete?
  185. en.UninstallOldProduct_Question=In order to complete the installation of %1 %nremoval of the following product(s) is necessary:
  186. en.UninstallOldProduct_Continue=Do you want to uninstall older versions now?
  187. en.UninstallOldProduct_Warning=Installing %1 %2 when%nolder versions of its components are also installed is not recommended.%n%nInstall anyway?
  188. en.UninstallOldProduct_FormCaption=Old version detected
  189. en.UninstallOldProduct_FormDescription=Preparing for uninstallation
  190. en.UninstallOldProduct_Notice=In order to complete the installation of %1 %2 the removal of all previous versions of %3 is necessary.
  191. en.UninstallOldProduct_FormCaptionProgress=Please wait while uninstallation is performed
  192. en.UninstallOldProduct_Message=Uninstallation of %1 is in progress...
  193. en.UninstallPreviousInstallNotCompleted=To complete the installation or removal of a previous version you will need to restart your computer.%n%nInstallation of %1 %2 will automatically resume when your computer restarts.%n%nWould you like to restart now?
  194. en.UninstallPrevious3rdInstallNotCompleted=To complete the removal of the conflicting 3rd Party Antivirus and/or Firewall software you will need to restart your computer.%n%nInstallation of %1 %2 will automatically resume when your computer restarts.
  195. en.License_UserID=User ID:
  196. en.License_SerialNo=Serial Number:
  197. en.License_FormCaption=Licensing Information
  198. en.License_FormDescription=Please enter your licensing information.
  199. en.License_Desc=Please enter the User ID and Serial Number that you received when you purchased %1. This licensing information is printed on your CD sleeve, registration card, and/or your sales invoice.
  200. en.License_Continue=Click Next after you have entered this information to install %1.
  201. en.License_Innvalid=The licensing information you entered is not correct. Please make sure that you enter the%ninformation as it appears on your records. This information must be entered exactly as it is shown.
  202. en.License_YouEntered=You entered:
  203. en.License_SerialEmpty=Serial number is required
  204. en.License_Checking=Authorizing licensing information...
  205. en.ConnectionType_Broadband_DSL=Broadband (cable, DSL, satellite, ISDN, T1, wireless, etc.)
  206. en.ConnectionType_Broadband_PPPoE=Broadband over PPPoE
  207. en.ConnectionType_DialUp=Dial-up
  208. en.ConnectionType_NoConnection=No connection
  209. en.ConnectionType_FormCaption=Internet Connection
  210. en.ConnectionType_FormDescription=Please specify your connection details.
  211. en.ConnectionType_Message=To ensure optimal performance, %1 needs to know how you connect to the Internet. Please choose the method that best describes your connection:
  212. en.ConnectionType_PPPoEMoreInfo=A PPPoE connection is a broadband connection (DSL, cable, wireless, etc.) that%nrequires special log-on software before you can connect. If you are unsure%nabout your connection type, this is the safest default setting.
  213. en.UserEmail_FormCaption=System Maintenance Reports
  214. en.UserEmail_FormDescription=Please provide an email address if you want to receive important maintenance reports for your PC.
  215. en.UserEmail_Message=Optionally, %1 can send you status reports about the health and security of your PC. These reports contain important information about your computer, such as recently repaired problems and recommended optimizations.%n%nIf you would like to receive status reports, enter your email address here. Your email address will not be disclosed to any third parties and will be securely stored.
  216. en.UserEmail_Box=Email address (only required if you want to receive reports)
  217. en.UserEmail_CheckBox=I want to receive emailed maintenance reports
  218. en.Error_EmailNotValid=This email address does not appear to be valid. Please try again.
  219. en.ioloAcctInfoBillingDtlsCaption=Enter Billing Details
  220. en.ioloAcctInfoBillingDtlsDescription=Items marked with * are required.  Note: iolo technologies does not sell, rent or otherwise distribute your details to any third party.
  221. en.ioloAcctInfoPaymentMethodCaption=Please enter your iolo Account default payment method
  222. en.ioloAcctInfoPaymentMethodDescription=The credit card information you provide will be used within your iolo Account as the default payment method for subscription renewal and other purchases.
  223. en.ioloAcctInfoPaymentMethodDetailsHdr=iolo Account default payment method details
  224. en.ioloAcctInfoPaymentMethodCardNotChargedMsg=Important: Your card will not be charged at this time.
  225. en.ioloSubscriptionInfoCaption=Upgrade to Self-Renewing Subscription?
  226. en.ioloSubscriptionInfoDescription=As long as you are a member of the subscription service, you will have immediate access to the latest innovations for this product.
  227. en.ioloSubscriptionRenewalCaption=Auto-renewing subscription recommended
  228. en.ioloSubscriptionRenewalDescription=By allowing your subscription to automatically renew you'll receive continuous and%nuninterrupted product services and upgrades.
  229. en.ioloAutoRenewYesBtnCaption=Yes! I want ongoing and unlimited service and updates (recommended)
  230. en.ioloAutoRenewLimitedOfferPt1=Limited time offer:
  231. en.ioloAutoRenewLimitedOfferPt2=Get 3 extra months free
  232. en.ioloAutoRenewLimitedOfferPt3=by selecting auto-renewal!
  233. en.ioloAutoRenewNoBtnCaption=I'll renew my subscription manually
  234. en.ioloSelectedSubOptHeader=Selected subscription option
  235. en.ioloSelectedSubOptRenewTypeCap=Renewal Type:
  236. en.ioloSelectedSubOptRenewTypeDescAuto=Auto-renewal
  237. en.ioloSelectedSubOptRenewTypeDescManual=Manual renewal
  238. en.ioloSelectedSubOptRenewDateCap=Renewal Date:
  239. en.ioloSelectedSubOptRenewDateDescAuto=Automatically renews for %1 on %2 and once a year thereafter (cancelable at any time).  You will receive unlimited product service, upgrades, and improvements as long as your subscription is active.
  240. en.ioloSelectedSubOptRenewDateDescManual=Expires %1.  You must manually renew for %2 by this date to continue to receive product service.
  241. en.Error_BadPassword=The confirmation password does not match the first password entered
  242. en.ioloAcctInfoEmailFld=Email address
  243. en.ioloAcctInfoCCNumFld=Credit Card Number
  244. en.ioloAcctCreationFailedMsg=The Account Name and Password you entered are not associated with an existing iolo Account.  This usually means that you have not yet created an Account.%n%nRemember, you do not have an account until you have personally created it.  Account sign in information is provided by you when you create your account and is not something that iolo provides you beforehand (i.e. it is different than your product User ID and Serial Number).%n%nIf you have not yet created an iolo Account, click Back and then select the option that allows you to create one.
  245. en.ioloAcctLoginFailedMsg=The account sign in details you have provided do not match the sign in details for the existing account that is associated with this product license.  Please re-enter your Account Name and Password.
  246. en.ioloAcctInfoMissingInfoMsg=The following information must be entered before proceeding:
  247. en.ioloAcctInfoQueryCaption=Register this product with your iolo Account?
  248. en.ioloAcctInfoQueryDescription=You can either register this product with an existing iolo Account or create a new Account for yourself.
  249. en.ioloAcctInfoQueryCreateNewCap=Create New Account
  250. en.ioloAcctInfoQueryCreateNewDesc=I would like to create a new iolo Account and associate this product with it
  251. en.ioloAcctInfoQueryUseExistingCap=Use Existing Account
  252. en.ioloAcctInfoQueryUseExistingDesc=I have an existing iolo Account and would like to associate this product with it
  253. en.ioloAcctInfoQueryImportantNoteMsg=Note:  If you do not currently have an iolo Account (this is different than the licensing%ninformation you previously entered), it is strongly recommended that you create one.%nYour iolo Account will allow you to manage your software subscription and relationship%nwith iolo from one centralized web resource.
  254. en.ioloAcctInfoQuerySkipAccountCreate=I do not want to create an iolo account right now
  255. en.ioloAcctInfoLoginCaption=Sign in to your iolo Account
  256. en.ioloAcctInfoLoginDescription=Please enter your iolo account user name and password and click Next.
  257. en.ioloAcctInfoLoginChangeSubMsg=Please enter iolo Account login details to change subscription options
  258. en.ioloAcctInfoLoginAddProductMsg=Please enter iolo Account login details
  259. en.ioloAcctInfoLoginNotesMsg=Note:  Your iolo Account name and password is not the same as the product User ID%nand serial number you entered previously.  Your iolo Account login details are chosen%nif/when you create an Account that is intended to manage all of your iolo products.  If%nyou have not yet created an iolo Account, click the Back button and choose the %nappropriate option
  260. en.ioloAcctInfoLoginNotesMsg2=Note:  Your iolo Account name and password is not the same as the product User ID%nand serial number you entered previously.  Your iolo Account login details are chosen%nif/when you create an Account that is intended to manage all of your iolo products.
  261. en.ioloAcctInfoEntryCaption=Create an iolo Account
  262. en.ioloAcctInfoEntryDescription=Your iolo Account is a secure, personalized area where you can manage your iolo products and services.
  263. en.ioloAcct_EmailConfirmationMsgLblCap=Note: To activate your Account you must respond to a message sent to this email address
  264. en.ioloAcct_AcctNameLblCap=Account Name*
  265. en.ioloAcct_CheckAvailableBtnCap=Check Availability
  266. en.ioloAcct_PasswordLblCap=Password*
  267. en.ioloAcct_ConfirmPasswordLblCap=Confirm Password*
  268. en.ioloAcct_EmailLblCap=Email address*
  269. en.ioloAcct_ConfirmEmailLblCap=Confirm email address*
  270. en.ioloAcct_FNameLblCap=First Name*
  271. en.ioloAcct_LNameLblCap=Last Name*
  272. en.ioloAcct_EmailConfirmMsg=Important: In order to activate your iolo Account you will need%nto respond to a message that will be sent to this address.%n%nPlease verify that the email address you provided is correct.%n%n%1%n%nIf the email address above is correct, click OK.  Otherwise%nclick Cancel to correct it.
  273. en.ioloAcct_HelpLblCap=Help
  274. en.ioloAcct_LostInfoLblCap=I forgot my account information
  275. en.ioloAcct_CCFNameCap=Cardholder's First Name*
  276. en.ioloAcct_CCLNameCap=Cardholder's Last Name*
  277. en.ioloAcct_CCNumberCap=Credit Card Number*
  278. en.ioloAcct_CCSecCodeCap=Security Code*
  279. en.ioloAcct_CCWhatIsThisCap=What is this?
  280. en.ioloAcct_CCExpMonthCap=Expiration Month*
  281. en.ioloAcct_CCExpYearCap=Expiration Year*
  282. en.ioloAcct_SkipBtnCap=Skip
  283. en.ioloAcct_UpdateFailedMsg=iolo Account update failed.
  284. en.ioloAcct_AcctNameAvailableMsg=The Account Name "%1" is available.
  285. en.ioloAcct_AcctEmailAvailableMsg=The email address "%1" is available.
  286. en.ioloAcct_AcctNameInvalidCharsMsg=Your Account Name may only contain numeric characters and "." or "_"
  287. en.ioloAcct_PleaseEnterNameMsg=You must first enter in an Account Name before it can be verified as available for use.
  288. en.ioloAcct_AcctNameMinMaxCharsMsg=Enter an Account Name that contains 6-30 characters
  289. en.ioloAcct_PasswordMinMaxCharsMsg=Enter a password that contains 6-20 characters
  290. en.UserDetails_FirstName=First Name*
  291. en.UserDetails_LastName=Last Name*
  292. en.UserDetails_CompanyName=Company Name
  293. en.UserDetails_Department=Department
  294. en.UserDetails_Address=Street address*
  295. en.UserDetails_Suite=Suite, number, etc.
  296. en.UserDetails_City=City*
  297. en.UserDetails_PostalCode=Zip/Postal Code
  298. en.UserDetails_State=State or Province
  299. en.UserDetails_OtherState=If Other*
  300. en.UserDetails_Country=Country*
  301. en.UserDetails_Phone=Phone*
  302. en.UserDetails_Fax=Fax
  303. en.UserDetails_Email=Email address*
  304. en.UserDetails_VerifyEmail=Verify email address*
  305. en.UserDetails_SameBAddress=Same as billing address
  306. en.UserDetails_CardFirstName=Credit card holder's first name*
  307. en.UserDetails_CardLastName=Credit card holder's last name*
  308. en.UserDetails_CardNumber=Credit card number*
  309. en.UserDetails_ExpMonth=Expiration month*
  310. en.UserDetails_ExpYear=Expiration year*
  311. en.UserDetails_DeliveryOptions=Delivery Options
  312. en.UserDetails_PhysNote=Note: Please allow %1 business days for physical delivery.
  313. en.UserDetails_ConfirmOrder=Confirm Order
  314. en.UserDetails_ClickPurchase=Click the button labeled Purchase to complete this order now using iolo's secure network.
  315. en.PurchaseNow_FormCaption=ENTER PAYMENT DETAILS
  316. en.PurchaseNow_FormDescription=Items marked with * are required.
  317. en.PurchaseNow_DeliveryNote=Automatic and immediate online licensing and e-mail details are included free of charge. Additional delivery options are as follows:
  318. en.PurchaseNow_MailPhysical=Mail me a physical copy. %1 shipping and handling: %2%3 (%4)
  319. en.PurchaseNow_CardBilledFor=Your credit card will be billed for %1%2 (%3)
  320. en.PurchaseNow_EmailedInvoice=An e-mail invoice will be sent to %1.
  321. en.PurchaseNow_MissingInfoNotice=The following information must be entered before proceeding:
  322. en.Error_BadEmail=The verification email address does not match the first email entered
  323. en.Error_NotValid=Valid %1
  324. en.PurchaseNow_Button=Purchase
  325. en.BootableCD_RemoveWarning=Please remove the installation CD from the CD-ROM device before restarting.
  326. en.SS3InstalledMsg=Your version of System Shield (%2) is not%ncompatible with %1.  Prior to installing %1,%nyou must either update your copy of System Shield to%nat least version {#MIN_ACCEPTED_SS3_VERSION_DISPLAY} or uninstall System Shield.%n%n
  327.    To update System Shield, open the System Shield program.%n    In the Updates pane, click Download now to download the%n    updates.  After the download is complete, you can run the%n    installation for %1.%n%n
  328.    If you do not wish to update your copy of System Shield,%n    uninstall System Shield.  After the uninstallation is%n    complete, you can run the installation for %1.
  329. en.SM7ProInstalledMsg=System Mechanic 7 Professional and %1 %2 cannot be installed simultaneously on your computer.%n%nPrior to installing %1 you must uninstall System Mechanic 7 Professional.  After the uninstallation is complete, you can run the installation for %1.
  330. en.SM7StdInstalledMsg=Your version of System Mechanic (%3) is not%ncompatible with %1 %2.  Prior to installing %1,%nyou must either update your copy of System Mechanic to%nat least version {#MIN_ACCEPTED_SM7_VERSION_DISPLAY} or uninstall System Mechanic.%n%n
  331.    To update System Mechanic, open the System Mechanic program.%n    In the Updates pane, click Download now to download the%n    updates.  After the download is complete, you can run the%n    installation for %1.%n%n
  332.    If you do not wish to update your copy of System Mechanic,%n    uninstall System Mechanic.  After the uninstallation is%n    complete, you can run the installation for %1.
  333. en.SM6ProInstalledMsg=System Mechanic 6 Professional and %1 %2 cannot be installed simultaneously on your computer.%n%nPrior to installing %1, you must uninstall System Mechanic 6.  After the uninstallation is complete, you can run the installation for %1.
  334. en.SM6StdInstalledMsg=System Mechanic 6 and %1 %2 cannot be installed simultaneously on your computer.%n%nPrior to installing %1, you must uninstall System Mechanic 6.  After the uninstallation is complete, you can run the installation for %1.
  335. en.SSCancelMsg=Setup is not complete.  If you exit now, the program will not be installed.%n%nYou may run Setup again at another time to complete the installation.%n%nExit Setup?
  336. en.FirewallInitWarning=The installation of %1 cannot continue while the existing version of iolo Personal Firewall is loading. Please wait a few moments and then click Next to continue with the installation.
  337. en.AVFW3rdPartyInstallFoundCaption=Conflicting Software Installed
  338. en.AV3rdPartyInstallFoundDescription=You must first uninstall any other antivirus software before you can install %1.
  339. en.FW3rdPartyInstallFoundDescription=You must first uninstall any other firewall software before you can install %1.
  340. en.AVFW3rdPartyInstallFoundDescription=You must first uninstall any other antivirus and firewall software before you can install %1.
  341. en.AV_OtherActive=Installation cannot proceed because the following conflicting software is installed:%n%2%n%nYou must uninstall this program before installing the %1 antivirus component.
  342. en.FW_OtherActive=Installation cannot proceed because the following conflicting software is installed:%n%2%n%nYou must uninstall this program before installing the %1 firewall component.
  343. en.AVFW_OtherActive=Installation cannot proceed because the following conflicting software is installed:%n%2%n%nYou must uninstall these programs before installing the %1 antivirus and firewall components.
  344. en.LaunchWindowsUninstallerDesc=Launch Windows Add/Remove Programs tool that%nwill allow you to remove the software.  You will need%nto restart this installation after removal is complete.
  345. en.LaunchWindowsUninstallerWarningMsg=%1 setup will now close and the Add/Remove Programs%napplet will be launched.  Use this applet to completely remove the conflicting software.%n%nOnce you are finished, please start the %1 installer again to complete the setup process.
  346. en.LaunchWindowsUninstallerLinkTxt=Remove conflicting software
  347. en.ProceedWithAppInstallLinkTxt=Proceed with installation
  348. en.Billing_detailsCaption=ENTER BILLING DETAILS
  349. en.Billing_detailsDescription=Items marked with * are required. Note: iolo technologies does not sell, rent or otherwise distribute your details to any third party.
  350. en.Shipping_detailsCaption=ENTER SHIPPING DETAILS
  351. en.Shipping_detailsDescription=Items marked with * are required.
  352. en.LicenseNow_FormCaption=Select Installation Mode
  353. en.LicenseNow_FormDescription=Select one of the various installation options from the list below
  354. en.LicenseNow_PurchaseNow=You can gain immediate and permanent use of %1 by purchasing a license now, directly from within this installation program.  The transaction is fast, secure, and best of all, you get to start using your software immediately as a fully licensed owner.
  355. en.LicenseNow_Continue30Day=Evaluate %1 for a limited time and optionally purchase a license later.
  356. en.LicenseNow_ContinueNumUses=The evaluation version of %1 allows a limited number of actions. You may optionally purchase a license later.
  357. en.LicenseNow_AlreadyOwn=If you purchased %1 and have your licensing information, you may use it during installation.  If you haven
  358. t received your license details yet, install as a time-limited trial and use the license details later from within the program.
  359. en.LicenseNow_LabelPurchaseNow=Purchase and automatically license %1 now
  360. en.LicenseNow_LabelContinue30Day=Install as a time-limited trial
  361. en.LicenseNow_LabelContineNumUses=Install as a limited-use trial
  362. en.LicenseNow_BigInfo=%1 %2 price: %3%4 (%5)
  363. en.LicenseNow_LabelAlreadyOwn=I own %1 and can enter my serial number later
  364. en.AVFW_FormCaption=Antivirus and firewall software
  365. en.AVFW_Message=%1 includes optional antivirus and firewall components.%n%nIf you plan to install these components, it is important that you first uninstall any other antivirus and firewall software you have on your computer. Conflicting software reduces the level of protection and can lead to unpredictable and unexpected behaviors from your PC.%n%nIf you do not plan to install these components, click Back to return to the Select Components screen, and then change the selected options.
  366. en.AVFW_FormDescription=Warning! Installing conflicting software can cause critical errors.
  367. en.AVFW3rdPartyContinueInstallationWarningMsg=Warning:  You have chosen to install %1 without important%nsecurity components.  While installation has detected what appears to be third party%nsecurity software on your system, it can not verify the function or validity of such%nproducts and is unable to validate the protection (if any) that is provided by these%nproducts.%n%nTo ensure valid protection It is strongly recommended that you remove the third party%nsecurity components and allow %1 to install its own%nintegrated solution.%n%nAre you sure you want to exclude critical security components from installation?
  368. en.AV3rdPartyContinueInstallDesc=Continue with installation, but do not install System%nMechanic Professional's antivirus component
  369. en.FW3rdPartyContinueInstallDesc=Continue with installation, but do not install System%nMechanic Professional's firewall component
  370. en.AVFW3rdPartyContinueInstallDesc=Continue with installation, but do not install System%nMechanic Professional's antivirus and firewall components
  371. en.SRNoSuiteComponentUpgrade=Search and Recover is one of the components of System Mechanic Professional.  Your standalone license for System Mechanic Professional does not include upgrades of this product to later versions.%n%nTo upgrade to Search and Recover {#AppVersionShort}, you must either purchase a license for Search and Recover {#AppVersionShort} or a subscription to System Mechanic Professional, which includes upgrades of all product components for the life of the subscription.
  372. en.SRStandaloneNoUpgrade=Your standalone license for Search and Recover does not include upgrades to later versions.%n%nTo install the evaluation copy of Search and Recover {#AppVersionShort}, you must first uninstall your existing version of Search and Recover.  After the uninstallation is complete, you can install Search and Recover {#AppVersionShort}.%n%nYou may also purchase a license for Search and Recover {#AppVersionShort} or purchase a subscription license for Search and Recover, which includes product upgrades for the life of the subscription.
  373. [Languages]
  374. ; These files are stubs
  375. ; To achieve better results after recompilation, use the real language files
  376. Name: "en"; MessagesFile: "embedded\en.isl"; 
  377.